Values.UserStackAssociationErrorSourceDescribes the error that is returned when a user can’t be associated with or disassociated from a stack.
type nonrec t = {userStackAssociation : UserStackAssociation.t option;Information about the user and associated stack.
*)errorCode : UserStackAssociationErrorCode.t option;The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
*)errorMessage : String_.t option;The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.
*)}