ory-am/hydra

View on GitHub
internal/httpclient/model_rfc6749_error_json.go

Summary

Maintainability
A
2 hrs
Test Coverage

RFC6749ErrorJson has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

type RFC6749ErrorJson struct {
    Error            *string `json:"error,omitempty"`
    ErrorDebug       *string `json:"error_debug,omitempty"`
    ErrorDescription *string `json:"error_description,omitempty"`
    ErrorHint        *string `json:"error_hint,omitempty"`
Severity: Minor
Found in internal/httpclient/model_rfc6749_error_json.go - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status