Uses of Class
sh.ory.model.SelfServiceError
| Package | Description |
|---|---|
| sh.ory.api | |
| sh.ory.model |
-
Uses of SelfServiceError in sh.ory.api
Methods in sh.ory.api that return SelfServiceError Modifier and Type Method Description SelfServiceErrorV0alpha2Api. getSelfServiceError(String id)Get Self-Service Errors This endpoint returns the error associated with a user-facing self service errors.Methods in sh.ory.api that return types with arguments of type SelfServiceError Modifier and Type Method Description ApiResponse<SelfServiceError>V0alpha2Api. getSelfServiceErrorWithHttpInfo(String id)Get Self-Service Errors This endpoint returns the error associated with a user-facing self service errors.Method parameters in sh.ory.api with type arguments of type SelfServiceError Modifier and Type Method Description okhttp3.CallV0alpha2Api. getSelfServiceErrorAsync(String id, ApiCallback<SelfServiceError> _callback)Get Self-Service Errors (asynchronously) This endpoint returns the error associated with a user-facing self service errors. -
Uses of SelfServiceError in sh.ory.model
Methods in sh.ory.model that return SelfServiceError Modifier and Type Method Description SelfServiceErrorSelfServiceError. createdAt(OffsetDateTime createdAt)SelfServiceErrorSelfServiceError. error(Object error)SelfServiceErrorSelfServiceError. id(UUID id)SelfServiceErrorSelfServiceError. updatedAt(OffsetDateTime updatedAt)