Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

constructor

Summary

Creates an instance of ApiModelError.

Signature

constructor(message: string, code?: ErrorCode, context?: ErrorContext);

Parameters

message

  • Type:string
The primary, human-readable error message.

code

The standardized error code.

context

Additional structured context about the error.