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() -> String
Return Value
A human-readable representation of the current
DBRequestInternalServerError
object.