ErrorCode type

Define valores para ErrorCode. Os valores possíveis incluem: 'BadRequest', 'ResourceNotFound', 'InternalServerError'

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