Udostępnij za pośrednictwem


ErrorCode type

Definiuje wartości errorcode. Możliwe wartości to: "BadRequest", "ResourceNotFound", "InternalServerError"

type ErrorCode = "BadRequest" | "ResourceNotFound" | "InternalServerError"