ErrorSubCode type

Define valores para ErrorSubCode. Os valores possíveis incluem: "UnexpectedError", "ResourceError", "NotImplemented", "ParameterMissing", "ParameterInvalidValue", "HttpNotAllowed", "Blocked", "AuthorizationMissing", "AuthorizationRedundancy", "AuthorizationDisabled", "AuthorizationExpired"

type ErrorSubCode =
  | "UnexpectedError"
  | "ResourceError"
  | "NotImplemented"
  | "ParameterMissing"
  | "ParameterInvalidValue"
  | "HttpNotAllowed"
  | "Blocked"
  | "AuthorizationMissing"
  | "AuthorizationRedundancy"
  | "AuthorizationDisabled"
  | "AuthorizationExpired"