github.com/uvalib/orcid-access-ws@v0.0.0-20250612130209-7d062dbabf9d/orcidaccessws/orcid/secure_protocol.go (about)

     1  package orcid
     2  
     3  //
     4  // v2.0 response structure
     5  //
     6  
     7  type activityUpdateResponse struct {
     8  	Error            string `json:"error,omitempty"`
     9  	ErrorDescription string `json:"error_description,omitempty"`
    10  	ResponseCode     int    `json:"response-code,omitempty"`
    11  	UserMessage      string `json:"user-message,omitempty"`
    12  	DeveloperMessage string `json:"developer-message,omitempty"`
    13  }
    14  
    15  //
    16  // end of file
    17  //