Condividi tramite


ErrorCode type

Definisce i valori per ErrorCode. I valori possibili includono: 'BadRequest', 'ResourceNotFound', 'InternalServerError'

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