DBRequestInternalServerError
Objective-C
@interface DBRequestInternalServerError : DBRequestHttpError
Swift
class DBRequestInternalServerError : DBRequestHttpError
Internal Server request error.
Contains relevant information regarding a failed network request. Initialized in the event of an HTTP 500 response. Extends DBRequestHttpError.
-
Description method.
Declaration
Objective-C
- (nonnull NSString *)description;Swift
func description() -> StringReturn Value
A human-readable representation of the current
DBRequestInternalServerErrorobject.
View on GitHub
DBRequestInternalServerError Class Reference