Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
var
www
podio-api-client
lib
exceptions
File Content:
PodioServerError.js
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const PodioError_1 = __importDefault(require("./PodioError")); class PodioServerError extends PodioError_1.default { /** * * @param {string} message */ constructor(message, response, statusCode = 0) { super(message, response, statusCode); this.message = message; this.response = response; this.statusCode = statusCode; this.name = this.constructor.name; } } exports.default = PodioServerError;
Edit
Download
Unzip
Chmod
Delete