ErrorContent constructor
Creates a new ErrorContent with the given message.
Implementation
ErrorContent(this.message, {this.errorCode, this.details});
Creates a new ErrorContent with the given message.
ErrorContent(this.message, {this.errorCode, this.details});