مشاركة عبر


ErrorResponseCommon type

استجابة خطأ إدارة الموارد.

type ErrorResponseCommon = ErrorResponse & {
  additionalInfo?: ErrorAdditionalInfo[]
  details?: ErrorResponseCommon[]
}