Package 

Class ProblemDetails

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class ProblemDetails
     implements Parcelable
                        

    Problem Details for HTTP APIs.

    https://tools.ietf.org/html/rfc7807

    • Constructor Detail

      • ProblemDetails

        ProblemDetails(String title, String type, Integer status, String detail, String instance)
        Parameters:
        title - A short, human-readable summary of the problem type.
        type - A URI reference RFC3986 that identifies the problem type.
        status - The HTTP status code (RFC7231, Section 6) generated by the origin server for this occurrence of the problem.
        detail - A human-readable explanation specific to this occurrence of the problem.
        instance - A URI reference that identifies the specific occurrence of the problem.