JsonStyleFactoryInstantiationErrorDetails constructor
- JsonStyleFactoryInstantiationErrorCode errorCode,
- String? errorDescription
Creates a new instance.
errorCodeThe error code.errorDescriptionA description of the error, if available.
Implementation
JsonStyleFactoryInstantiationErrorDetails(this.errorCode, this.errorDescription);