Type alias MethodNotAllowedType

MethodNotAllowedType: {
    error: string;
    path: string;
    status: number;
    timestamp: number;
}

Error code 405

Type declaration

  • error: string
  • path: string
  • status: number
  • timestamp: number