메소드 | 설명 | |
---|---|---|
createApplicationErrorException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
createClientGeneratedIdAlreadyExistsException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $currentId ) : Exception | ||
createClientGeneratedIdNotSupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $currentId ) : Exception | ||
createClientGeneratedIdRequiredException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
createDataMemberMissingException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
createFullReplacementProhibitedException ( string $relationshipName ) : Exception | ||
createInclusionUnrecognizedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, array $unrecognizedInclusions ) : Exception | ||
createInclusionUnsupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
createMediaTypeUnacceptableException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $mediaTypeName ) : Exception | ||
createMediaTypeUnsupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $mediaTypeName ) : Exception | ||
createQueryParamUnrecognizedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $queryParamName ) : Exception | ||
createRelationshipNotExists ( string $relationship ) : Exception | ||
createRelationshipTypeInappropriateException ( string $relationshipName, string $currentRelationshipType, string $expectedRelationshipType ) : Exception | ||
createRemovalProhibitedException ( string $relationshipName ) : Exception | ||
createRequestBodyInvalidJsonApiException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, array $validationErrors, boolean $includeOriginalBody ) | ||
createRequestBodyInvalidJsonException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $lintMessage, boolean $includeOriginalBody ) | ||
createResourceIdInvalidException ( string $id ) : Exception | ||
createResourceIdMissingException ( ) : Exception | ||
createResourceIdentifierIdMissing ( array $resourceIdentifier ) : Exception | ||
createResourceIdentifierTypeMissing ( array $resourceIdentifier ) : Exception | ||
createResourceNotFoundException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
createResourceTypeMissingException ( ) : Exception | ||
createResourceTypeUnacceptableException ( string $currentType, array $acceptedTypes ) : Exception | ||
createResponseBodyInvalidJsonApiException ( Psr\Http\Message\ResponseInterface $response, array $validationErrors, boolean $includeOriginalBody ) : Exception | ||
createResponseBodyInvalidJsonException ( Psr\Http\Message\ResponseInterface $response, string $lintMessage, boolean $includeOriginalBody ) : Exception | ||
createSortParamUnrecognizedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $paramName ) : Exception | ||
createSortingUnsupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception |
public createApplicationErrorException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
리턴 | Exception |
public createClientGeneratedIdAlreadyExistsException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $currentId ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$currentId | string | |
리턴 | Exception |
public createClientGeneratedIdNotSupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $currentId ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$currentId | string | |
리턴 | Exception |
public createClientGeneratedIdRequiredException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
리턴 | Exception |
public createDataMemberMissingException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
리턴 | Exception |
public createFullReplacementProhibitedException ( string $relationshipName ) : Exception | ||
$relationshipName | string | |
리턴 | Exception |
public createInclusionUnrecognizedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, array $unrecognizedInclusions ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$unrecognizedInclusions | array | |
리턴 | Exception |
public createInclusionUnsupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
리턴 | Exception |
public createMediaTypeUnacceptableException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $mediaTypeName ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$mediaTypeName | string | |
리턴 | Exception |
public createMediaTypeUnsupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $mediaTypeName ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$mediaTypeName | string | |
리턴 | Exception |
public createQueryParamUnrecognizedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $queryParamName ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$queryParamName | string | |
리턴 | Exception |
public createRelationshipNotExists ( string $relationship ) : Exception | ||
$relationship | string | |
리턴 | Exception |
public createRemovalProhibitedException ( string $relationshipName ) : Exception | ||
$relationshipName | string | |
리턴 | Exception |
public createRequestBodyInvalidJsonApiException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, array $validationErrors, boolean $includeOriginalBody ) | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$validationErrors | array | |
$includeOriginalBody | boolean |
public createRequestBodyInvalidJsonException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $lintMessage, boolean $includeOriginalBody ) | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$lintMessage | string | |
$includeOriginalBody | boolean |
public createResourceIdInvalidException ( string $id ) : Exception | ||
$id | string | |
리턴 | Exception |
public createResourceIdMissingException ( ) : Exception | ||
리턴 | Exception |
public createResourceIdentifierIdMissing ( array $resourceIdentifier ) : Exception | ||
$resourceIdentifier | array | |
리턴 | Exception |
public createResourceIdentifierTypeMissing ( array $resourceIdentifier ) : Exception | ||
$resourceIdentifier | array | |
리턴 | Exception |
public createResourceNotFoundException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
리턴 | Exception |
public createResourceTypeMissingException ( ) : Exception | ||
리턴 | Exception |
public createResourceTypeUnacceptableException ( string $currentType, array $acceptedTypes ) : Exception | ||
$currentType | string | |
$acceptedTypes | array | |
리턴 | Exception |
public createResponseBodyInvalidJsonApiException ( Psr\Http\Message\ResponseInterface $response, array $validationErrors, boolean $includeOriginalBody ) : Exception | ||
$response | Psr\Http\Message\ResponseInterface | |
$validationErrors | array | |
$includeOriginalBody | boolean | |
리턴 | Exception |
public createResponseBodyInvalidJsonException ( Psr\Http\Message\ResponseInterface $response, string $lintMessage, boolean $includeOriginalBody ) : Exception | ||
$response | Psr\Http\Message\ResponseInterface | |
$lintMessage | string | |
$includeOriginalBody | boolean | |
리턴 | Exception |
public createSortParamUnrecognizedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request, string $paramName ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
$paramName | string | |
리턴 | Exception |
public createSortingUnsupportedException ( WoohooLabs\Yin\JsonApi\Request\RequestInterface $request ) : Exception | ||
$request | WoohooLabs\Yin\JsonApi\Request\RequestInterface | |
리턴 | Exception |