ApiTokenEndpointResponseException
extends FontAwesome_ServerException
in package
Thrown when the Font Awesome API server returns a response with an unexpected schema.
This would probably indicate either a programming error in the API server, or a change in the schema such that the Font Awesome plugin's expectations are unmet.
Tags
Table of Contents
Methods
- get_wp_error() : null|WP_Error
- The WP_Error associated with this exception, if any.
- get_wp_response() : null|array<string|int, mixed>
- The response object associated with this exception, if any.
Methods
get_wp_error()
The WP_Error associated with this exception, if any.
public
get_wp_error() : null|WP_Error
Tags
Return values
null|WP_Errorget_wp_response()
The response object associated with this exception, if any.
public
get_wp_response() : null|array<string|int, mixed>
Tags
Return values
null|array<string|int, mixed> —a response array as would be returned by wp_remote_post() with keys like: 'headers', 'body', 'response'.