Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
ErrorInterface.php
Go to the documentation of this file.
1 <?php
9 
10 interface ErrorInterface
11 {
15  public function success();
16 
20  public function resourceNotFoundException();
21 
25  public function serviceException();
26 
30  public function authorizationException();
31 
35  public function webapiException();
36 
40  public function otherException();
41 
45  public function returnIncompatibleDataType();
46 
51  public function inputException($wrappedErrorParameters);
52 }