ErrorCode type
Define los valores de ErrorCode. Los valores posibles son: "None", "ServerError", "InvalidRequest", "RateLimitExceed", "InvalidAuthorization", "InsufficientAuthorization".
type ErrorCode =
| "None"
| "ServerError"
| "InvalidRequest"
| "RateLimitExceeded"
| "InvalidAuthorization"
| "InsufficientAuthorization"