File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/GenericError.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * GenericError File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version GIT: 1.4.0 * @link https://graph.microsoft.io/ */ namespace Microsoft\Graph\Model; /** * GenericError class * * @category Model * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version Release: 1.4.0 * @link https://graph.microsoft.io/ */ class GenericError extends Entity { /** * Gets the message * The error message. * * @return string The message */ public function getMessage() { if (array_key_exists("message", $this->_propDict)) { return $this->_propDict["message"]; } else { return null; } } /** * Sets the message * The error message. * * @param string $val The value of the message * * @return GenericError */ public function setMessage($val) { $this->_propDict["message"] = $val; return $this; } /** * Gets the code * The error code. * * @return string The code */ public function getCode() { if (array_key_exists("code", $this->_propDict)) { return $this->_propDict["code"]; } else { return null; } } /** * Sets the code * The error code. * * @param string $val The value of the code * * @return GenericError */ public function setCode($val) { $this->_propDict["code"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings