Custom error class representing an error that occurs when an invalid provider name is provided. This error is thrown when an operation expects a valid provider name, but an invalid one is provided.
The invalid provider name that caused the error.
Creates a ne0w instance of the InvalidProviderError class with a specific error message.
The error message.
The name of the error.
Optional
The type of the error.
Returns serialized error object.
A formatted error message.
Returns a string representation of the error message, prefixed with "[]".
Generated using TypeDoc
Description
Custom error class representing an error that occurs when an invalid provider name is provided. This error is thrown when an operation expects a valid provider name, but an invalid one is provided.